projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d59cd65
)
Require `cl' before using nnoo-declare.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Oct 1998 20:17:09 +0000
(20:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Oct 1998 20:17:09 +0000
(20:17 +0000)
lisp/gnus/nntp.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nntp.el
b/lisp/gnus/nntp.el
index 4a82b036dd7e7d553a9cb7fc6e700432ccc8069a..0812be9917de86b11e53c93583162550edc58152 100644
(file)
--- a/
lisp/gnus/nntp.el
+++ b/
lisp/gnus/nntp.el
@@
-28,14
+28,14
@@
(require 'nnoo)
(require 'gnus-util)
+(eval-when-compile (require 'cl))
+
(nnoo-declare nntp)
(eval-and-compile
(unless (fboundp 'open-network-stream)
(require 'tcp)))
-(eval-when-compile (require 'cl))
-
(defvoo nntp-address nil
"Address of the physical nntp server.")